home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / CON_BM / 00298_Script_298 < prev    next >
Text File  |  1997-11-07  |  449b  |  14 lines

  1. on HighlightVidCOntrol param1
  2.   
  3.   --  whichsprite contains the channel number of the sprite that has been run over 
  4.   --  changes to custom cursor
  5.   set whichsprite = param1
  6.   set the cursor of sprite whichSprite = [03,04]
  7.   puppetSprite whichSprite, TRUE
  8.    
  9.    set CurrRolloverSprite = the membernum of sprite whichSprite
  10.   set the membernum of sprite whichSprite to (CurrRolloverSprite+1)
  11.   
  12.   updateStage
  13.  
  14. end HighlightVidCOntrol